home *** CD-ROM | disk | FTP | other *** search
/ Totally for Newton 10 / PDA10.toast / mac / Packages / Programming / 2.x / TapBar SDK 1.0 / Read Me < prev    next >
Encoding:
Text File  |  1996-06-03  |  4.1 KB  |  137 lines  |  [TEXT/R*ch]

  1. TapBar SDK
  2. ==========
  3. (c) 1996 Yosuke "Basuke" Suzuki. All rights reserved.
  4.  
  5.  
  6. What's TapBar?
  7. ==============
  8.   TapBar is a multi-purpose, FreeWare button management utility. With it, you can set up button bars made up of your favorite selection in your own order and layout. It also allows you to add buttons into NotePad's (backdrop application's) status bar.
  9.  
  10.   Also, for programmers, TapBar has an open API that allows you to write your own buttons and even create your own commercial button suite!
  11.  
  12.  
  13. What you need?
  14. ==============
  15.   TapBar requires Newton OS 2.0. It must be installed into internal store to avoid "grip of death" probrem. TapBar itself requires 46K of store space and about 4K of heap space.
  16.  
  17.  
  18. What's in this SKD?
  19. ===================
  20.  
  21. Read Me
  22. -------
  23.   This file.
  24.  
  25.  
  26. TapBar 1.0.pkg
  27. --------------
  28.   Latest version of TapBar.
  29.  
  30.  
  31. TapBar Files:TapBar API.doc
  32. ---------------------------
  33.   I'm very sory. This file is not ready. Please see sample codes instead. This should be a brief description of TapBar API.
  34.  
  35.  
  36. TapBar Files:TapBarModule.def
  37. -----------------------------
  38.   This definition file contains functions for TapBar Buttons. You must include this file into the project. See sample codes.
  39.  
  40.  
  41. TapBar Files:tbPopupButton
  42. --------------------------
  43.   This proto is an useful for base proto of every TapBar buttons. It can handle many kind of buttons such as simple button, popup button and the button that changes its funtion when user hold the pen on it. You must include this file into the project to use this proto. See sample codes.
  44.  
  45.  
  46. Sample 1
  47. --------
  48.   Simple TapBar button sample. This sample doesn't use tbPopupButton proto. All you have to do to make a button is in the file "Sample 1.def" text file. This is so simple.
  49.  
  50.  
  51. Sample 2
  52. --------
  53.   Simple button sample based on tbPopupButton proto. Because the proto do all TapBar related things for you, all you have to do is just what you want to do.
  54.  
  55.  
  56. Sample 3
  57. --------
  58.   Simple popup button sample based on tbPopupButton proto. As with Sample 2, the proto do popup related things, you just need to make popup menu array and do the work with user's choice.
  59.  
  60.  
  61. Sample 4
  62. --------
  63.   A little bit complex sample. This button change its behaviour when user hold the pen on it. 
  64.  
  65.  
  66. Sample 5
  67. --------
  68.   This sample shows you how to detect wheather it is tapped or hold. tbPopupButton uses same PopupSetup method on both case, so you need to know the current situation.
  69.  
  70.  
  71. Sample 6
  72. --------
  73.   This sample shows you how to display another popup after user choose one of the popup item. i.e. "Other xxx"
  74.  
  75.  
  76. Sample 7
  77. --------
  78.   This sample shows you how to add preference panel onto TapBar. Also you'll see how to use TapBar Module Pref functions.
  79.  
  80.  
  81. Sample 8
  82. --------
  83.   This sample shows you how to access view of the bar that contains your button, by opening a floating view behaind the bar.
  84.  
  85.  
  86. Extras:TapBar Customizer 1.0.pkg
  87. --------------------------------
  88.   Customize the detail of bar settings. Currently support customizing of bar shapes.
  89.  
  90.  
  91. Extras:Rotate Button 1.0.pkg
  92. ----------------------------
  93.   Sample TapBar button. Change the orientation of the screen.
  94.  
  95.  
  96. LEGAL STUFF
  97. ===========
  98.   This is freeware. You can freely give this to your friends or upload to 
  99. other BBS or ftp site. If you want to put this software on the CD-ROM, 
  100. you need to send that CD-ROM to me without fee.
  101.  
  102.  
  103. About the auther
  104. ================
  105. Yosuke "Basuke" Suzuki
  106. Newton and Macintosh Programmer
  107. Japanese
  108. suzuki@voyagerco.com
  109. http://www.saryo.org/basuke/   (sorry written in Japanese)
  110.  
  111.  
  112. Other program from the auther
  113. =============================
  114.  
  115. Newton
  116. ------
  117. Sayonara eWorld!        Freeware, 2.0 only
  118. Popup Buttons            Freeware, 2.0 only
  119. Fix E-Mail Address        Freeware, 2.0 only
  120. Japan BBS                Freeware, 2.0 only
  121. BooksOff                Freeware, 1.x only
  122. F.U.N.                    Commercial, Factory, Inc., nisimura@po.iijnet.or.jp
  123. Eki House                Commercial, Factory, Inc., nisimura@po.iijnet.or.jp
  124. NetiGame                Commercial, Enfour Group, richard@enfour.com
  125.  
  126. Macintosh
  127. ---------
  128. NoMeMo Busters            Freeware
  129. NativeChecker            Freeware
  130. Color ICON Mania        Freeware
  131. Mt.Image                Freeware
  132. vers++                    Freeware
  133. DirectBtn                Freeware
  134. FindFile Chooser        Shareware
  135. PPP Buddy                Shareware, available soon, maybe
  136.  
  137.